home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 8 / macformat_08.iso / mac / Demos / 100 Years of Motoring Demo / Support Files / Tech / Engine.dir / 00053.ls < prev    next >
Encoding:
Text File  |  1995-03-16  |  167 b   |  10 lines

  1. on mouseUp
  2.   global techSwitch
  3.   sound playFile 1, "Click.aif"
  4.   if techSwitch = 1 then
  5.     go("rejoin", "Workshop.dir")
  6.   else
  7.     go(1, "Workshop.dir")
  8.   end if
  9. end
  10.